AddLast
TheAddLast
method adds an element to the end of this platform type list.
void AddLast (in ODPlatformType type);
type
- The element to be added to the list.
DISCUSSION
If this platform type list already contains the specified element, no action is taken. Otherwise, the specified element is added to the end of the list.EXCEPTIONS
kODErrOutOfMemory
- There is not enough memory to add the specified element to this platform type list.
SEE ALSO
TheODPlatformType
type (page 919).
TheODPlatformTypeList::Contains
method (page 566).
TheODPlatformTypeList::Remove
method (page 568).
Main | Page One | What's New | Apple Computer, Inc. | Find It | Contact Us | Help